const runtime.gcBackgroundMode

4 uses

	runtime (current package)
		mgc.go#L567: 	gcBackgroundMode gcMode = iota // concurrent GC and sweep
		mgc.go#L668: 	mode := gcBackgroundMode
		mgc.go#L742: 	if mode != gcBackgroundMode {
		mgc.go#L809: 	if mode != gcBackgroundMode {